home *** CD-ROM | disk | FTP | other *** search
- global gface
-
- on exitFrame
- if (gface = 1) and rollOver(14) then
- cursor([34, 35])
- else
- if rollOver(15) then
- cursor([647, 648])
- else
- if rollOver(17) then
- cursor([643, 644])
- else
- if rollOver(16) then
- cursor([645, 646])
- else
- cursor(0)
- end if
- end if
- end if
- end if
- go(the frame - 1)
- end
-